Laminas Framework API Reference
Home
GitHub
All Components
→
laminas/laminas-db
→
Class AdapterAwareInterface
Interface AdapterAwareInterface
Summary
Fully Qualified Name:
Laminas\Db\Adapter\AdapterAwareInterface
Description
Methods
Name
Description
Defined By
setDbAdapter()
Set db adapter
AdapterAwareInterface
Method Details
setDbAdapter()
Set db adapter
Parameter Name
Type
Description
$adapter
\Adapter
Returns: \AdapterAwareInterface
Top